virt: Support detection for ARM64 Hyper-V guests
authorBoqun Feng <boqun.feng@gmail.com>
Wed, 13 Oct 2021 03:32:09 +0000 (11:32 +0800)
committerArnaud Rebillout <arnaudr@debian.org>
Mon, 13 Apr 2026 07:18:40 +0000 (14:18 +0700)
commit1c93cd48cd1a56139db9eec08fc4b0946d7ad7fa
tree6720f26f62a504282b5f63b4a066952fd9e94f2e
parent3f58ddbbba6c7eeb3ad58d76c20c3796d01d56df
virt: Support detection for ARM64 Hyper-V guests

The detection of Microsoft Hyper-V VMs is done by cpuid currently,
however there is no cpuid on ARM64. And since ARM64 is now a supported
architecture for Microsoft Hyper-V guests[1], then use DMI tables to
detect a Hyper-V guest, which is more generic and works for ARM64.

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7aff79e297ee1aa0126924921fd87a4ae59d2467

(cherry picked from commit 506bbc8569014253ea8614b680ccbc4fc2513a87)

Gbp-Pq: Name virt-Support-detection-for-ARM64-Hyper-V-guests.patch
src/basic/virt.c